Autogenerated HTML docs for v1.8.4-242-gbb80ee 
diff --git a/gitremote-helpers.html b/gitremote-helpers.html index ff61a65..bc75ed9 100644 --- a/gitremote-helpers.html +++ b/gitremote-helpers.html 
@@ -902,6 +902,15 @@  </p>   <div class="paragraph"><p>Supported commands: <em>list</em>, <em>import</em>.</p></div>   </dd>  +<dt class="hdlist1">  +<em>check-connectivity</em>  +</dt>  +<dd>  +<p>  + Can guarantee that when a clone is requested, the received  + pack is self contained and is connected.  +</p>  +</dd>   </dl></div>   <div class="paragraph"><p>If a helper advertises <em>connect</em>, Git will use it if possible and   fall back to another capability if the helper requests so when  @@ -1078,6 +1087,8 @@  <div class="paragraph"><p>Optionally may output a <em>lock &lt;file&gt;</em> line indicating a file under   GIT_DIR/objects/pack which is keeping a pack until refs can be   suitably updated.</p></div>  +<div class="paragraph"><p>If option <em>check-connectivity</em> is requested, the helper must output  +<em>connectivity-ok</em> if the clone is self-contained and connected.</p></div>   <div class="paragraph"><p>Supported if the helper has the "fetch" capability.</p></div>   </dd>   <dt class="hdlist1">  @@ -1268,6 +1279,14 @@  connect request occurs.   </p>   </dd>  +<dt class="hdlist1">  +<em>option check-connectivity</em> {<em>true</em>|<em>false</em>}  +</dt>  +<dd>  +<p>  + Request the helper to check connectivity of a clone.  +</p>  +</dd>   </dl></div>   </div>   </div>  @@ -1288,7 +1307,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2013-08-20 08:40:27 PDT  +Last updated 2013-09-09 15:34:20 PDT   </div>   </div>   </body>